Welcome![Sign In][Sign Up]
Location:
Search - java http

Search list

[JSP/JavaJava2Web

Description: 用Java实现Web服务器连接:Web浏览器与Web服务器建立连接。2.请求:Web浏览器通过socket向Web服务器提交请求。3.应答:Web浏览器提交请求后,通过HTTP传送给Web服务器。Web服务器接到请求后,进行事务处理,处理结果又通过HTTP传回给Web浏览器,从而在Web浏览器上显示出所请求的页面。4.关系连接:当应答结束后,Web浏览器与Web服务器必须断开,以保证其它Web浏览器能够与Web服务器建立连接。-Java Web server : Web browsers and Web servers establish a connection. 2. Request : Web browser through the socket to the Web server submits the request. 3. Response : Web browser after the request, transmitted to the Web HTTP server. Web server upon request, conduct of business, and the results passed back to the traditional HTTP Web browser, so the Web browser will display the requested page. 4. Relations link : When respondents end, Web browser and Web server to be disconnected, to ensure that other Web browsers and Web servers to establish a connection.
Platform: | Size: 7168 | Author: LIYIN | Hits:

[Internet-NetworkHTTPClient.tar

Description: Http client implemented in Java
Platform: | Size: 550912 | Author: Sean | Hits:

[TCP/IP stackjava-http2socks

Description: java实现的socket转http的小工具-java to achieve the socket http small tools
Platform: | Size: 210944 | Author: 让让 | Hits:

[JSP/Javajava-download

Description: 简单的下载工具,GUI界面,能同时下载多个文件,并报告下载的字节数、下载完成的百分比进度和下载状态。支持断点续传,能暂停、恢复、取消下载任务。 此源码共有四个文件:Download.java,DownloadManager.java,DownloadsTableModel.java,ProgressRenderer.java。 启动程序的方法: C:\ja>javac *.java C:\ja>java DownloadManager -simple download tools, GUI interface, can simultaneously download multiple files, and report the number of bytes downloaded, Download the complete progress and download percentage of the state. HTTP support, could be suspended, recovery, the abolition of the download tasks. A total of four such source documents : Download.java. DownloadManager.java. DownloadsTableModel.java. ProgressRenderer.java. Commencement of proceedings : C : \ ja
Platform: | Size: 6144 | Author: 宾斌 | Hits:

[JSP/JavaProxyServerBasedOnJava

Description: 一个代理服务器的源码实现 本例中HTTP代理服务器默认于8000端口建立代理服务!-a proxy server to the source to achieve this case the default HTTP proxy server port in 8000 on behalf of the establishment Jimmy!
Platform: | Size: 6144 | Author: 李志 | Hits:

[Web Serverwebserver0_2

Description: 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTTP protocol helpful
Platform: | Size: 10240 | Author: tary | Hits:

[JSP/Javahttppost

Description: Post方法一般是在网页的form表单提交的时候用的方法,是html的方法, 现在我必须在java类里面模拟这个post方法, 那我自然就想到了java.net.HttpURLConnection 来实现-Post method is generally in the form page when the form submission method used, the method is html, and now I have to type in java methods inside the simulation of this post, I naturally thought of java.net.HttpURLConnection to achieve
Platform: | Size: 1024 | Author: 贺桀 | Hits:

[JSP/Javafilebrowser

Description: 这是基于 XLoadTree 的一个强大功能的展示的例子, 文件个头也不大, 主要功能集中在 Web 前台. 最终目标是实现一个易于使用的像 Windows 资源管理器那样管理远程 JSP 服务器文件的工具, 功能包括: 查看目录树, 浏览/下载文件, 删除文件, 重命名文件, 直接修改文件的内容 内置 GZIP 压缩过滤器加快网页传输. 我们租用虚拟主机或者建立自己企业的服务器的时候经常会遇到文件管理的问题, 用 FTP 方式固然方便, 不过总是需要用一个 FTP 终端软件来管理, 而这个工具可以帮你只要有浏览器, 就可以方便的操作服务器上的文件. 警告: 目前没有加入任何密码保护功能, 请自己考虑加入! 在 Tomcat 5.0 下将压缩包 filebrowser解压后直接放置在 {Tomcat安装目录}\webapps\ 下面, 然后浏览器 键入 http://localhost:8080/filebrowser/ 即可看到运行结果
Platform: | Size: 455680 | Author: 飞鱼一条 | Hits:

[JSP/Javachapter4

Description: JAVA项目开发实践-网上范例:网上购物系统的JSP实现 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试,如果看到如图6-2所示的画面,则证明安装成功。 -JAVA project development practice- Web Example: JSP online shopping system to achieve the first step: The cart.jsp copied to C: Apache Tomcat 4.0webappsROOT under. Step two: the cart directory (contains the*. class files and*. java files) are copied to C: Apache Tomcat 4.0commonclasses directory. The third step: cart.mdb will be copied to C: under. The fourth step: the preparation of ODBC data sources, add in the DNS system cart.mdb, and named for the cart. And then enter in your browser http://localhost:8080/cart.jsp test, If you see the screen shown in Figure 6-2, it proved a successful installation.
Platform: | Size: 54272 | Author: 董小园 | Hits:

[WEB CodeHTMLTOJSP

Description: 以静态化的地址来访问动态页面 如: http://localhost:8080/articlelist.jsp?ty_id=1&color=red 可以用 http://localhost:8080/articlelist-1-1red.html 来访问 接受参数时 参数名称遵循 param+整数(>=1) 例如第一个参数名称为 param1 第二个参数名称为 param2 依次类推 【完全自己写的挺简陋的不过有参考价值】-Of a static address to access the dynamic page such as: http://localhost:8080/articlelist.jsp?ty_id=1
Platform: | Size: 5120 | Author: 王晓然 | Hits:

[Other Web Codemyuploader-source-v181

Description: MyUploader 是一款使用 http 协议(RFC 1867)用于上传文件和文件夹到一个网络服务器的简单易用的收费 Java 程序.使用托拽操作,你可以在短时间之内上传数以百计的文件.在上传文件的过程当中提供一个可视化进度条. -MyUploader is a use http protocol (RFC 1867) used to upload files and folders to a web server, easy-to-use Java program fees. The use of occasional drag operation, you can upload in a short time and several hundred of documents. In the process of upload files to provide a visualization of the progress bar.
Platform: | Size: 749568 | Author: likeilike | Hits:

[Internet-NetworkHTTPClient

Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL).
Platform: | Size: 734208 | Author: Guo Quan | Hits:

[JSP/Javatest

Description: j2me http连接测试程序。初学者非常有用,可以看看j2me网络程序的结构。-j2me http connection test procedure. Very useful for beginners, you can look at the procedures for j2me network structure.
Platform: | Size: 8192 | Author: 注册和 | Hits:

[JSP/JavaHTTPClient

Description: 一个基于HTTP的客户端发送消息到服务端的JAVA程序 -HTTP-based clients send a message to the service-side JAVA program
Platform: | Size: 1024 | Author: gdufswang | Hits:

[JSP/JavaJAVA

Description: "jsp下中国式复杂报表的设计及应用 包括Cell插件JSP中读取和保存数据库的代码示例,需要安装用友华表软件技术有限公司的Cell插件后才能正常观看,请先下载Cell插件。 Cell网站: http://www.cellsoft.cc/Cell/index.asp cell插件下载地址: http://www.cellsoft.cc/GL_Down/2008121321664295.exe 产品概述: Cell 插件用于开发B/S结构程序,使用Asp, Asp.net, Jsp, VbScript, JavaScript等语言开发,可以在浏览器中直接打印报表(非IE打印),带有国际化数字签名,让用户使用更方便,更安全。 · 具备Cell组件的所有特色功能,在浏览器中提供报表的显示和打印(非IE的打印) · 网络报表界面美观,大大改善了浏览器中报表的输出效果 · 带有国际化数字签名,让用户使用的更安全、更放心 · 可将报表文件另存为华表文件或者Excel文件,从而可以进行进一步加工 · 支持ASP、ASP.Net、JSP、VBScript、JavaScript等语言开发 在开发工具中将Cell插件引入至工程,然后将Cell插件拖至页面中即可开始报表设计。" -err
Platform: | Size: 1465344 | Author: mengchao | Hits:

[WEB CodeAndroid_1.0_eBook_by_tom_kao_2008_10_15

Description: 高焕堂android中文书全,电子文件for version 1.0 好东西,不藏私 高焕堂写的关于android方面的书, android中文书,电子文件(全)for version 1.0 http://www.android1.net/Topic.aspx?BoardID=11&TopicID=318 ※ 第一篇:介绍应用框架概念、原理和特性。 ※ 第二篇:阐述应用框架之设计技巧。亦即,如何打造应用框架。 (注:如果你的职务是「使用」Android框架来开发应用程序的话,可以跳过本篇,直接进入第三篇。) ※ 第三篇:说明及演练Android应用程序设计的36技。 ※ 第四篇:介绍Android框架与硬件之间C组件的开发流程及工具。 -GAO Huan-tang of Chinese Shuquan android, electronic document for version 1.0 good things, GAO Huan-tang藏私not written android on the books, android Chinese books, electronic documents (all) for version 1.0 http://www.android1.net/Topic. aspx? BoardID = 11
Platform: | Size: 5948416 | Author: zx | Hits:

[JSP/JavaOReilly.Java.Rmi

Description: OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book. -OReilly.Java.Rmithis book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.
Platform: | Size: 1729536 | Author: zhuiqiu111 | Hits:

[Internet-NetworkJava_Http_Client

Description: 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy solution, for example, you no longer care about is HTTP or HTTPS communication mode, tell it the way you want to use HTTPS, and the remaining things for you to complete the httpclient.
Platform: | Size: 1577984 | Author: 魏汝垚 | Hits:

[Crack Hackaescrypt-java-3_0

Description: 利用java实现文件的AES加密功能 This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. Requirements The Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress() with something else. In order to use 256 bit AES keys, you must download and install "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" from http://java.sun.com/javase/downloads/index.jsp -Java files using the AES encryption This Java AES Crypt package contains the Java class es.vocali.util.AESCrypt, which provides file encryption and decryption using aescrypt file format. RequirementsThe Java AES Crypt package only works in Java 6, but can be easily adapted to Java 5 by replacing the call to NetworkInterface.getHardwareAddress () with something else. In order to use 256 bit AES keys, you must download and install
Platform: | Size: 35840 | Author: 王小军 | Hits:

[Chess Poker gamesPhoneGame-ChineseChess(Java)

Description: 手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性,其市场发展空间巨大。伴随着中国移动GPRS和中国联通CDMA1X数据业务的开展,手机游戏将是3G数据业务的一个重要的应用领域。根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下:界面设计简洁、友好、美观大方,保证直接上手便可游戏,操作简单、快捷方便,规则简单,方便游戏者进行游戏,实现智能规则判断, 支持大型Web服务器,以Http协议通讯, 向PC端开发靠拢,为以后PC与手机互联奠定基础。-err
Platform: | Size: 438272 | Author: Emily | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net